]> git.r.bdr.sh - rbdr/super-polarity/blobdiff - Super Polarity/Actors/MainShip.cs
Merge branch 'master' of github.com:benbeltran/super-polarity
[rbdr/super-polarity] / Super Polarity / Actors / MainShip.cs
index 9f28c80c5c51298888ceb095e59641cab87b0886..bf4f3bbcfc65100f0860707e823ec546ce6880d8 100644 (file)
@@ -40,8 +40,8 @@ namespace SuperPolarity
         {
             base.Initialize(texture, position);
 
-            MainShip.BlueColor = new Color(0, 184, 229);
-            MainShip.RedColor = new Color(201, 0, 68);
+            MainShip.BlueColor = new Color(211, 230, 234);
+            MainShip.RedColor = new Color(235, 160, 185);
 
             PolarityChange = game.Content.Load<SoundEffect>("Sound\\polaritychange");
             ShootSound = game.Content.Load<SoundEffect>("Sound\\bullet");